home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Into That Dark Night
/
Into That Dark Night.iso
/
pc
/
YadVashem
/
floatMenu.dxr
/
Internal_5.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-12
|
283 b
|
15 lines
on mouseUp
repeat with i = 5 to 14
puppetSprite(sprite(i), 0)
end repeat
updateStage()
tell the stage
forget(window "floatMenu")
go(the frame + 1)
repeat with i = 50 to 54
set the visible of sprite i to 1
end repeat
updateStage()
end tell
end